object WebEquivalentDlg: TWebEquivalentDlg Left = 490 Top = 289 BorderStyle = bsDialog Caption = 'Equivalent Web' ClientHeight = 158 ClientWidth = 343 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 84 Height = 13 Caption = 'Sp'#233'cification FTP :' end object Label2: TLabel Left = 16 Top = 72 Width = 101 Height = 13 Caption = 'URL Web '#233'quivalente :' end object FTPPathEdit: TEdit Left = 16 Top = 32 Width = 313 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 0 end object HTTPPathEdit: TEdit Left = 16 Top = 88 Width = 313 Height = 21 TabOrder = 1 end object OKBtn: TButton Left = 176 Top = 128 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object CancelBtn: TButton Left = 256 Top = 128 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 3 end end